js check if date object is invalid

73

js check invalid date -

const validDate = !isNaN(Date.parse('foo'))

Comments

Submit
0 Comments